home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / mue018.zip / MUEDESC.ZIP / MUEDESC.MEC < prev    next >
Text File  |  1997-04-20  |  4KB  |  79 lines

  1. [comment                                                                       ]
  2. [comment  File: MueDesc.Mec                                                    ]
  3. [comment                                                                       ]
  4. [comment  Note: This is a hacked version of Gary Gilmore's COMPTYP2.MEC file.  ]
  5. [comment        (Thanks Gary for allowing me to include this with MUE!)        ]
  6. [comment                                                                       ]
  7. [comment  Desc: Questionnaire program that prompts a user for his computer type]
  8. [comment        and OS.  Responses are saved to a file named COMPTYPE.#, where ]
  9. [comment        the # character is the current node/task number.               ]
  10. [comment                                                                       ]
  11. [comment        COMPTYPE.# created by this is used by MUE to put the responses ]
  12. [comment        in the users description field.  This program serves as an     ]
  13. [comment        example only and can be modified to suit your needs as desired.]
  14. [comment                                                                       ]
  15. [comment        BE SURE TO VERIFY THE [xtern_run] LINE AT THE END OF THIS FILE!]
  16. [comment        THE PATH/FILE NAME TO MUE WILL MOST LIKELY NEED TO BE CHANGED  ]
  17. [comment        FOR YOUR SYSTEM!                                               ]
  18. [comment                                                                       ]
  19. [moreoff cls]
  20. [delete]comptype.%K
  21. [open]comptype.%K
  22. [lightcyan save] Tell us what type of computer you have.  If you have a
  23.  clone, pick the one that is _closest_ to your computer.
  24.  
  25. [white] IBM Computers      Apple Computers           Other Types[lightgreen]
  26.  ════════════════   ══════════════════════    ═════════════════════════[load]
  27.   [yellow]2[load]) 286 or less     [yellow]M[load]) Macintosh              [yellow]U[load]) Unix/Linux
  28.   [yellow]3[load]) 386sx/dx        [yellow]A[load]) Apple II/IIgs          [yellow]I[load]) Amiga
  29.   [yellow]4[load]) 486sx/dx                                  [yellow]X[load]) Other: Use ONLY if
  30.   [yellow]P[load]) Pentium                                      nothing else is close
  31.  [lightgreen]════════════════   ══════════════════════    ═════════════════════════
  32.  
  33. [clear_stacked lightgreen] Which computer do you have?: [yellow ansreq menu]234PMAUIX
  34.  
  35. [choice]2[write]286 or Less
  36. [choice]2[goto Opsys]
  37. [choice]3[write]386sx/dx
  38. [choice]3[goto Opsys]
  39. [choice]4[write]486sx/dx
  40. [choice]4[goto Opsys]
  41. [choice]P[write]Pentium
  42. [choice]P[goto Opsys]
  43. [choice]M[write]Macintosh
  44. [choice]A[write]Apple II
  45. [choice]U[write]Unix/Linux Box
  46. [choice]I[write]Amiga
  47. [choice]X[write]Comp: Unknown
  48. [choice]X[goto Opsys]
  49. [goto Done]
  50.  
  51. [/Opsys][cls]
  52. [lightcyan save] Tell us what operating system your computer uses.  This information helps
  53.  us decide what we support here (in msg & file areas) on [sys_name].
  54.  
  55. [white] DOS Based        Windows Based               Other[lightgreen]
  56.  ══════════════   ══════════════════════      ═══════════════════════[load]
  57.  [yellow]1[load]) MS-DOS        [yellow]2[load]) Windows 3.0/3.1          [yellow]6[load]) OS/2 Warp
  58.     or equiv.     [yellow]3[load]) Windows For Workgroups   [yellow]7[load]) Unix/Linux
  59.                   [yellow]4[load]) Windows95                [yellow]X[load]) I don't know
  60.                   [yellow]5[load]) WindowsNT
  61.  [lightgreen]══════════════   ══════════════════════      ═══════════════════════
  62.  
  63. [clear_stacked lightgreen] Which operating system do you use?: [yellow ansreq menu]1234567X
  64. [choice]1[write]Using MS-DOS
  65. [choice]2[write]Using Win3.0/3.1
  66. [choice]3[write]Using WFWG
  67. [choice]4[write]Using Windows95
  68. [choice]5[write]Using WindowsNT
  69. [choice]6[write]Using OS/2 Warp
  70. [choice]7[write]Using Unix/Linux
  71. [choice]X[write]Using Unknown OS
  72. [/Done]
  73. [open]nul
  74. [lightred link]comptype.%K
  75. [clear_stacked lightcyan] Is this correct? [[Y/n]? [yellow ansreq menu]YN|
  76. [choice]N[top]
  77. [xtern_run]@c:\max\mue\mue.exe /a%K comptype.%K
  78.  
  79.